sdvalueint4 module¶
-
class
sd.api.sdvalueint4.SDValueInt4(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdvaluevector.SDValueVector-
get() → sd.api.sdbasetypes.int4¶ Get the base type value as int4
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getType() → Optional[sd.api.sdtype.SDType]¶ Get the value type as string
-
release() → None¶ Releases an APIObject
-
static
sNew(value: sd.api.sdbasetypes.int4) → sd.api.sdvalueint4.SDValueInt4¶ Create new SDValueInt4
- Parameters
value – The name of the enum type
-